Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

Byte[].ToString (gb)

Function ToString ( [ Start As Integer, Length As Integer ] ) As String

Return the array contents as a string.

  • Start is the index of the first byte to extract. By default, Start is zero.

  • Length is the number of bytes to extract. By default, everything up to the end of the array is extracted.